[Feature] 정산 내역 날짜 범위 선택 추가 및 차트 탭 인터랙션 개선#67
Merged
Conversation
Roy-wonji
approved these changes
Dec 17, 2025
| @Environment(\.dismiss) private var dismiss | ||
|
|
||
| var body: some View { | ||
| NavigationView { |
Contributor
There was a problem hiding this comment.
@Peter1119 여기에서 NavigationView 를 쓰는 이유는 무엇인가요 ?
Contributor
Author
There was a problem hiding this comment.
navigation title 때문이었습니다 ~!
| Text(message) | ||
| .font(.app(.title3, weight: .medium)) | ||
| .foregroundStyle(Color.gray6) | ||
| .foregroundStyle(Color.black) |
minneee
approved these changes
Dec 17, 2025
Contributor
minneee
left a comment
There was a problem hiding this comment.
그래프 범위선택이 좀더 직관적으로 변한 것 같아서 좋네요!!
수고하셨습니다~!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
✨ 작업 내용
InviteCodeHelper)을 추가했습니다.EmptyCaseView와 정산 요약을 위한StatItemView를 추가하고, 불필요한 이미지 캐싱 코드를 제거했습니다.📸 Showcase
Motivation 🥳 (코드를 추가/변경하게 된 이유)
기존 정산 내역 화면에서는 특정 기간의 지출만 모아보거나 직관적으로 날짜를 선택하기 어려웠습니다. 이를 개선하기 위해 날짜 범위 선택 기능과 차트 탭 인터랙션을 도입했습니다. 또한, 여행 멤버 초대를 더 쉽게 할 수 있도록 초대 코드 접근성을 높였습니다.
Key Changes 🔥 (주요 구현/변경 사항)
SettlementHeaderView,DateRangePicker: 날짜 범위 선택 UI 및 기능 구현ExpenseChartView: 드래그 방식을 제거하고chartGesture를 이용한 정확한 탭 선택 구현ExpenseListFeature: 초기 진입 시 전체 여행 기간 자동 선택 로직 추가MainCoordinator: 네비게이션 액션에 쿨다운(Throttle)을 적용하여 더블 탭/스와이프 충돌 방지DesignSystem:EmptyCaseView추가 및 아이콘 에셋(copy,upload) 추가To Reviewers 🙏 (리뷰어에게 전달하고 싶은 말)
chartGesture를 사용했으므로 관련 동작이 정상적인지 확인 부탁드립니다.Checklist